The following tables list the members exposed by BaseGridWrapper<T,TOut>.
Name | Description | |
---|---|---|
Model | a reference to the model where all configurations are set as properties (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>) |
Name | Description | |
---|---|---|
AccessibilityRendering | GridModel.AccessibilityRendering | |
AddClientEvent | ModelWidgetBase.AddClientEvent | |
AdjustVirtualHeights | GridModel.AdjustVirtualHeights | |
AggregateTransactions | GridModel.AggregateTransactions | |
AlternateRowStyles | GridModel.AlternateRowStyles | |
AnimationDuration | GridModel.AnimationDuration | |
AutoAdjustHeight | if false, Height will be directly set on the grid scrolling container, instead of the topmost DIV container | |
AutoCommit | GridModel.AutoCommit | |
AutofitLastColumn | GridModel.AutofitLastColumn | |
AutoFormat | GridModel.AutoFormat | |
AutoGenerateColumns | GridModel.AutoGenerateColumns | |
AvgColumnWidth | GridModel.AvgColumnWidth | |
AvgRowHeight | average row height in pixels (useful when virtualization is used) GridModel.AvgRowHeight | |
Caption | GridModel.Caption | |
ClientDataSourceType | GridModel.ClientDataSourceType | |
ClientEvents | Sets the grid model ModelWidgetBase.ClientEvents | |
CollapseTooltip | GridModel.CollapseTooltip | |
ColumnVirtualization | GridModel.ColumnVirtualization | |
DataBind | GridModel.DataBind | |
DataMember | defines the table name in the dataset that contains data for the current layout | |
DataSource | GridModel.DataSource | |
DataSourceType | GridModel.DataSourceType | |
DataSourceUrl | GridModel.DataSourceUrl | |
DefaultColumnWidth | default column width GridModel.DefaultColumnWidth | |
EnableHoverStyles | enables hovering styles on mouseover | |
EnableResizeContainerCheck | enables/disables check for resizing grid container | |
EnableUTCDates | enables formatting of the dates as UTC. Note that this may be desirable when the dates are coming from a backend, encoded as UTC. Otherwise, if dates are created on the client (in the browser), most probably keeping enableUTCDates to false is the desired behavior | |
ExpandCollapseAnimations | GridModel.ExpandCollapseAnimations | |
ExpandColWidth | GridModel.ExpandColWidth | |
ExpandTooltip | GridModel.ExpandTooltip | |
FeatureChooserIconDisplay | Configures how the feature chooser icon should display on header cells - e.g. to display as gear icon or to not show gear icon but on click/tap the header cell to show the feature chooser | |
FixedFooters | GridModel.FixedFooters | |
FixedHeaders | GridModel.FixedHeaders | |
ForeignKey | optional foreign key | |
GenerateCompactJSONResponse | GridModel.GenerateCompactJSONResponse | |
Height | height of the grid: Example: "500", "500px", "50%" GridModel.Height | |
HtmlAttributes | Set HtmlAttributes to the HTML div element | |
ID | ID of the control. Also becomes the ID of the HTML div that serves as the topmost container of the grid on the page GridModel.ID | |
InitialExpandDepth | ||
JsonpRequest | When dataSource is string defines whether to set data source of type JSONP | |
Language | Set control language. Possible values are: "en", "bg", "ru", "ja", "fr", "es", "de" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>) | |
Locale | Set control locale. (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>) | |
LocalSchemaTransform | GridModel.LocalSchemaTransform | |
MergeUnboundColumns | If true then the unbound columns are merged to the datasource at runtime - indeed DataSource is expanded with the new data and this could cause performance issues when dataSource is huge if false then the unbound data is sent to the client | |
OData | GridModel.OData | |
PrimaryKey | optional primary key | |
Regional | Set control regional. Example: "en" or "en-GB" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>) | |
Render | renders the grid on the Mvc View | |
RenderCheckboxes | ||
RequestType | Specifies the HTTP verb to be used to issue the requests to a remote data source. | |
ResponseContentType | Content type of the response. See http://api.jquery.com/jQuery.ajax/ => contentType | |
ResponseDataKey | GridModel.ResponseDataKey | |
Rest | ||
RestSettings | ||
RowVirtualization | GridModel.RowVirtualization | |
SetUnboundValues | Overloaded. This method set unbound values for the specified column key. It should be called after unbound columns with the specified key is set. It should be set mapping between key of the dictionary and primary key | |
ShowHeader | GridModel.ShowHeader | |
TabIndex | GridModel.TabIndex | |
TemplatingEngine | GridModel.TemplatingEngine | |
UpdateUrl | ||
Virtualization | GridModel.Virtualization | |
VirtualizationMode | GridModel.VirtualizationMode | |
Width | width of the grid: Example: "500", "500px", "50%" GridModel.Width |
View on GitHub